Html Css Color HEX #425758 Oracle

📋 copy color: '#425758'

red 66 ◦ green 87 ◦ blue 88

#425758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #425758

Tints of Oracle #425758

RGB

 RED value IS 66 (26.17% from 255) = 27.39%

 GREEN value IS 87 (34.38% from 255) = 36.1%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 27.39%
G = 36.1%
B = 36.51%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#425758 (or 0x425758) is known color: Oracle. HEX triplet: 42, 57 and 58. RGB value is (66,87,88). Sum of RGB (Red+Green+Blue) = 66+87+88=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #425758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425758 is #BDA8A7. Grayscale: #505050. Windows color (decimal): -12429480 or 5789506. OLE color: 5789506.

HSL color Cylindrical-coordinate representation of color #425758: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425758 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 87 88 -
CMYK 0.25 0.01 0 0.65
HSL 182.73º 0.14% 0.3% -
HSV(B) 182.73º 0.25% 0.35% -
XYZ 7.42 8.68 10.52 -
YUV 80.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 66 87 88 0.25 0.01 0 0.65 182.73 0.14 0.3
Hex 42 57 58 19 1 0 41 B7 E 1E
Octal 102 127 130 31 1 0 101 267 16 36
Binary 1000010 1010111 1011000 11001 1 0 1000001 10110111 1110 11110

Color Harmonies of #425758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425758

Black with #425758

Text Example


Text Example

White with #425758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425758; }

 p { color: rgb(66,87,88); }

 H1.HeaderClassName
 {
   color: #425758;
 }
 .AnyTagClassName
 {
   color: #425758;
 }
</style>

background-color css

<style>
 a { background-color: #425758; }

 a { background-color: rgb(66,87,88); }

 div.DivClassName
 {
   background-color: #425758;
 }
 .BgClassName
 {
   background-color: #425758;
 }
</style>

border-color css

<style>
 span { border-color: #425758; }

 span { border-color: rgb(66,87,88); }

 td.TdClassName
 {
   border-color: #425758;
 }
 .TagClassName
 {
   border-color: #425758;
 }
</style>